runtime.lfstack.pop (method)
9 uses
runtime (current package)
lfstack.go#L36: func (head *lfstack) pop() unsafe.Pointer {
mcleanup.go#L386: b = (*cleanupBlock)(q.free.pop())
mcleanup.go#L414: return (*cleanupBlock)(q.full.pop())
mgcpacer.go#L790: node := (*gcBgMarkWorkerNode)(gcBgMarkWorkerPool.pop())
mgcwork.go#L413: b = (*workbuf)(work.empty.pop())
mgcwork.go#L486: b := (*workbuf)(work.full.pop())
mspanset.go#L322: if s := (*spanSetBlock)(p.stack.pop()); s != nil {
proc.go#L3533: node := (*gcBgMarkWorkerNode)(gcBgMarkWorkerPool.pop())
proc.go#L3974: node := (*gcBgMarkWorkerNode)(gcBgMarkWorkerPool.pop())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)